home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / winfern.arc / WINFERN < prev    next >
Text File  |  1991-04-21  |  279b  |  12 lines

  1. all: winfern.exe
  2.  
  3. winfern.res: winfern.rc
  4.     rc -r winfern.rc
  5.  
  6. winfern.obj: winfern.c winfern.h
  7.     cl /c /AM /Gsw /Os /W3 winfern.c
  8.  
  9. winfern.exe: winfern.obj winfern.res winfern.def
  10.     link winfern,/align:16,/map,libw mlibcew,winfern.def/NOD/NOE
  11.     rc winfern.res
  12.